home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000280_fdc@columbia.edu_Mon Feb 10 19:26:11 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  41 lines

  1. Article: 14074 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: input pattern matching blowing my mind...
  6. Date: 10 Feb 2003 19:26:03 -0500
  7. Organization: Columbia University
  8. Lines: 24
  9. Message-ID: <b29fur$r02$1@watsol.cc.columbia.edu>
  10. References: <uisvwssje.fsf@att.net> <b26i6b$iiv$1@watsol.cc.columbia.edu> <b26i8f$il0$1@watsol.cc.columbia.edu> <uel6glv7y.fsf@att.net>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1044923164 9776 128.59.39.139 (11 Feb 2003 00:26:04 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 11 Feb 2003 00:26:04 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14074
  16.  
  17. In article <uel6glv7y.fsf@att.net>,
  18. Thomas A. Horsley <tom.horsley@att.net> wrote:
  19. : I tried this:
  20. : ...
  21. : And it doesn't work (never seems to match, times out). I also tried this:
  22. : ...
  23. : And it does match something, unfortunately it matches the "Enter"
  24. : and then the "passphrase" (but curiously, not the for*:?) so I
  25. : get two separate prompts.
  26. : ...
  27. : Also tried this variation:
  28. : ...
  29. : And it never matches, but times out. Whatever is going on seems fun if
  30. : nothing else :-).
  31. :
  32. I was able to dig into the code today, found the problem, and seem to
  33. have fixed it.  You should now be able to use both case-sensitive and
  34. case-indendent \fpattern() matches in both INPUT and MINPUT statements:
  35.  
  36.   http://www.columbia.edu/kermit/ckdaily.html
  37.  
  38. Thanks again for the report.
  39.  
  40. - Frank
  41.